diff options
Diffstat (limited to 'src/app/groups/[groupId]/expenses/export/json')
| -rw-r--r-- | src/app/groups/[groupId]/expenses/export/json/route.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/groups/[groupId]/expenses/export/json/route.ts b/src/app/groups/[groupId]/expenses/export/json/route.ts index 0fd8ad8..ff14ae7 100644 --- a/src/app/groups/[groupId]/expenses/export/json/route.ts +++ b/src/app/groups/[groupId]/expenses/export/json/route.ts @@ -6,7 +6,6 @@ export async function GET( req: Request, { params: { groupId } }: { params: { groupId: string } }, ) { - console.log({ groupId }) const prisma = await getPrisma() const group = await prisma.group.findUnique({ where: { id: groupId }, |
